Added an entry to arch._types for x86_64.
authorEwan Mellor <ewan@xensource.com>
Wed, 30 Aug 2006 00:20:01 +0000 (01:20 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 30 Aug 2006 00:20:01 +0000 (01:20 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/arch.py

index 053fcc5f481c8a5c87ba8a33e100e09b8c837978..85e65474012a9dd31551fc76793a7a155383e661 100644 (file)
@@ -24,6 +24,7 @@ _types = {
     "i486": "x86",
     "i586": "x86",
     "i686": "x86",
+    "x86_64": "x86",
     "ia64": "ia64",
     "ppc": "powerpc",
     "ppc64": "powerpc",